Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump pycryptodome from 3.6.6 to 3.10.1 #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps pycryptodome from 3.6.6 to 3.10.1.

Changelog

Sourced from pycryptodome's changelog.

3.10.1 (9 February 2021)

Other changes

  • Python 3 wheels use abi3 ABI tag.
  • Remove Appveyor CI.

3.10.0 (6 February 2021)

Resolved issues

  • Fixed a potential memory leak when initializing block ciphers.
  • GH#466: Crypto.Math.miller_rabin_test() was still using the system random source and not the one provided as parameter.
  • GH#469: RSA objects have the method public_key() like ECC objects. The old method publickey() is still available for backward compatibility.
  • GH#476: Crypto.Util.Padding.unpad() was raising an incorrect exception in case of zero-length inputs. Thanks to Captainowie.
  • GH#491: better exception message when Counter.new() is called with an integer initial_value than doesn't fit into nbits bits.
  • GH#496: added missing block_size member for ECB cipher objects. Thanks to willem.
  • GH#500: nonce member of an XChaCha20 cipher object was not matching the original nonce. Thanks to Charles Machalow.

Other changes

  • The bulk of the test vectors have been moved to the separate package pycryptodome-test-vectors. As result, packages pycryptodome and pycryptodomex become significantly smaller (from 14MB to 3MB).
  • Moved CI tests and build service from Travis CI to GitHub Actions.

Breaks in compatibility

  • Drop support for Python 2.6 and 3.4.

3.9.9 (2 November 2020)

Resolved issues

  • GH#435: Fixed Crypto.Util.number.size for negative numbers.

New features

  • Build Python 3.9 wheels on Windows.

3.9.8 (23 June 2020)

... (truncated)

Commits
  • 339259c Bump version
  • 214f62a Merge branch 'abi3'
  • 2d3d5d1 Use the right version of Python to test wheels
  • e87c9aa Test wheels separately
  • 2c02a9a Build wheels only once for abi3
  • c465715 Use ABI3 for wheels
  • 4eede13 Bump version
  • 147bb4a Fix GH500: nonce member of an XChaCha20 was not matching the original nonce
  • 19b8ad6 Update Changelog
  • cbaa9d1 Adding block_size attribute to EcbMode
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants